home *** CD-ROM | disk | FTP | other *** search
/ Most Valuable Games 1 / Most Valuable Games I (MVP Publishing)(February 1995).iso / games2 / nhlhocky / start.bat < prev    next >
DOS Batch File  |  1995-04-12  |  457b  |  19 lines

  1. echo off
  2. cls
  3. echo NHL Hockey must be copied to your hard drive in order to play
  4. echo the game. You can automatically delete it when you are done playing.
  5. echo.
  6. echo This game also requires EMS Memory. If you don't have EMS memory
  7. echo configured, run MEMMAKER at the DOS prompt.
  8. echo.
  9. echo Press CTRL-C to abort installation or Press Y to continue...
  10. echo.
  11. echo.
  12. pause
  13. xcopy *.* c:\nhlhocky\ /s
  14. c:
  15. cd nhlhocky
  16. hockey
  17. cd..
  18. deltree nhlhocky
  19.